From: Nisarg Thakkar Date: Tue, 29 Aug 2017 15:08:02 +0000 (+0530) Subject: Removing redundant extern X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~74^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=0a4e04ca573f29b516130e22ac71f398bbcbf3fb;p=cargo.git Removing redundant extern --- diff --git a/tests/cargotest/support/publish.rs b/tests/cargotest/support/publish.rs index 2d6ca6673..e960bc8b2 100644 --- a/tests/cargotest/support/publish.rs +++ b/tests/cargotest/support/publish.rs @@ -1,5 +1,3 @@ -extern crate url; - use std::path::PathBuf; use std::io::prelude::*; use std::fs::{self, File};